UNPKG

3.71 kBJSONView Raw
1{
2 "_args": [
3 [
4 "history@^3.0.0",
5 "/Users/mike/Projects/bkmrkd"
6 ]
7 ],
8 "_from": "history@>=3.0.0 <4.0.0",
9 "_id": "history@3.0.0",
10 "_inCache": true,
11 "_installable": true,
12 "_location": "/history",
13 "_nodeVersion": "6.0.0",
14 "_npmOperationalInternal": {
15 "host": "packages-16-east.internal.npmjs.com",
16 "tmp": "tmp/history-3.0.0.tgz_1464629784864_0.251627802150324"
17 },
18 "_npmUser": {
19 "email": "mjijackson@gmail.com",
20 "name": "mjackson"
21 },
22 "_npmVersion": "3.8.6",
23 "_phantomChildren": {
24 "strict-uri-encode": "1.1.0"
25 },
26 "_requested": {
27 "name": "history",
28 "raw": "history@^3.0.0",
29 "rawSpec": "^3.0.0",
30 "scope": null,
31 "spec": ">=3.0.0 <4.0.0",
32 "type": "range"
33 },
34 "_requiredBy": [
35 "/"
36 ],
37 "_resolved": "https://registry.npmjs.org/history/-/history-3.0.0.tgz",
38 "_shasum": "02cff4e6f69dc62dd81161104a63f5b85ead0c85",
39 "_shrinkwrap": null,
40 "_spec": "history@^3.0.0",
41 "_where": "/Users/mike/Projects/bkmrkd",
42 "author": {
43 "name": "Michael Jackson"
44 },
45 "babel": {
46 "plugins": [
47 "dev-expression",
48 "transform-object-assign"
49 ],
50 "presets": [
51 "es2015",
52 "stage-1"
53 ]
54 },
55 "bugs": {
56 "url": "https://github.com/mjackson/history/issues"
57 },
58 "dependencies": {
59 "invariant": "^2.0.0",
60 "query-string": "^4.1.0",
61 "warning": "^2.0.0"
62 },
63 "description": "Manage browser history with JavaScript",
64 "devDependencies": {
65 "babel-cli": "^6.8.0",
66 "babel-eslint": "^6.0.0",
67 "babel-loader": "^6.2.4",
68 "babel-plugin-dev-expression": "^0.2.1",
69 "babel-plugin-transform-object-assign": "^6.8.0",
70 "babel-preset-es2015": "^6.6.0",
71 "babel-preset-stage-1": "^6.5.0",
72 "eslint": "^2.5.1",
73 "eslint-config-airbnb": "^9.0.1",
74 "eslint-plugin-import": "^1.8.1",
75 "eslint-plugin-jsx-a11y": "^1.2.2",
76 "eslint-plugin-react": "^5.1.1",
77 "expect": "^1.20.1",
78 "gzip-size": "^3.0.0",
79 "in-publish": "^2.0.0",
80 "karma": "^0.13.3",
81 "karma-browserstack-launcher": "^1.0.0",
82 "karma-chrome-launcher": "^1.0.1",
83 "karma-mocha": "^1.0.1",
84 "karma-mocha-reporter": "^2.0.3",
85 "karma-sourcemap-loader": "^0.3.5",
86 "karma-webpack": "^1.7.0",
87 "mocha": "^2.0.1",
88 "pretty-bytes": "^3.0.1",
89 "readline-sync": "^1.4.1",
90 "rimraf": "^2.4.2",
91 "webpack": "^1.4.13",
92 "webpack-dev-server": "^1.10.1"
93 },
94 "directories": {},
95 "dist": {
96 "shasum": "02cff4e6f69dc62dd81161104a63f5b85ead0c85",
97 "tarball": "https://registry.npmjs.org/history/-/history-3.0.0.tgz"
98 },
99 "files": [
100 "lib",
101 "umd"
102 ],
103 "gitHead": "6a92da86cdd1e3311a1fb1e8f9598a1f718820db",
104 "homepage": "https://github.com/mjackson/history#readme",
105 "keywords": [
106 "history",
107 "location"
108 ],
109 "license": "MIT",
110 "main": "lib",
111 "maintainers": [
112 {
113 "email": "mjijackson@gmail.com",
114 "name": "mjackson"
115 }
116 ],
117 "name": "history",
118 "optionalDependencies": {},
119 "readme": "ERROR: No README data found!",
120 "repository": {
121 "type": "git",
122 "url": "git+https://github.com/mjackson/history.git"
123 },
124 "scripts": {
125 "build": "node ./scripts/build.js",
126 "build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
127 "build-min": "webpack -p modules/index.js umd/history.min.js",
128 "build-umd": "webpack modules/index.js umd/history.js",
129 "lint": "eslint modules",
130 "prepublish": "node ./scripts/build.js",
131 "release": "node ./scripts/release.js",
132 "start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
133 "test": "npm run lint && karma start"
134 },
135 "tags": [
136 "history",
137 "location"
138 ],
139 "version": "3.0.0"
140}