|
1 | 1 | {
|
2 |
| - "_args": [ |
3 |
| - [ |
4 |
| - { |
5 |
| - "raw": "react-segment@^0.1.7", |
6 |
| - "scope": null, |
7 |
| - "escapedName": "react-segment", |
8 |
| - "name": "react-segment", |
9 |
| - "rawSpec": "^0.1.7", |
10 |
| - "spec": ">=0.1.7 <0.1.7", |
11 |
| - "type": "range" |
12 |
| - }, |
13 |
| - "/Users/ghost/Downloads/react-KT" |
14 |
| - ] |
15 |
| - ], |
16 |
| - "_from": "react-segment@>=0.1.7 <0.1.7", |
17 |
| - "_id": "react-segment@0.1.7", |
18 |
| - "_inCache": true, |
19 |
| - "_location": "/react-segment", |
20 |
| - "_nodeVersion": "7.10.0", |
21 |
| - "_npmOperationalInternal": { |
22 |
| - "host": "s3://npm-registry-packages", |
23 |
| - "tmp": "tmp/react-segment-0.1.7.tgz_1496238181363_0.8129479601047933" |
24 |
| - }, |
25 |
| - "_npmUser": { |
26 |
| - "name": "anish", |
27 |
| - "email": "anish.m.prasad@gmail.com" |
28 |
| - }, |
29 |
| - "_npmVersion": "4.2.0", |
30 |
| - "_phantomChildren": {}, |
31 |
| - "_requested": { |
32 |
| - "raw": "react-segment@^0.1.7", |
33 |
| - "scope": null, |
34 |
| - "escapedName": "react-segment", |
35 |
| - "name": "react-segment", |
36 |
| - "rawSpec": "^0.1.7", |
37 |
| - "spec": ">=0.1.7 <0.1.7", |
38 |
| - "type": "range" |
39 |
| - }, |
40 |
| - "_requiredBy": [ |
41 |
| - "#DEV:/" |
42 |
| - ], |
43 |
| - "_resolved": "https://registry.npmjs.org/react-segment/-/react-segment-0.1.7.tgz", |
44 |
| - "_shasum": "5c9afbdf12242ab499d8bd2fbfeeb1433c441fae", |
45 |
| - "_shrinkwrap": null, |
46 |
| - "_spec": "react-segment@^0.1.7", |
47 |
| - "_where": "/Users/ghost/Downloads/react-KT", |
48 |
| - "author": { |
49 |
| - "name": "Anish M Prasad", |
50 |
| - "email": "anish.m.prasad@gmail.com", |
51 |
| - "url": "http://www.trailercafe.com/" |
52 |
| - }, |
53 |
| - "bugs": { |
54 |
| - "url": "https://github.com/anishmprasad/react-segment/issues" |
55 |
| - }, |
56 |
| - "dependencies": { |
57 |
| - "@ndhoule/map": "^2.0.1" |
58 |
| - }, |
| 2 | + "name": "react-segment", |
| 3 | + "version": "0.1.8", |
59 | 4 | "description": "A react component for segment.io",
|
60 |
| - "devDependencies": { |
61 |
| - "@segment/clear-env": "^2.0.3", |
62 |
| - "@segment/eslint-config": "^3.4.0", |
63 |
| - "browserify": "^13.1.0", |
64 |
| - "browserify-istanbul": "^2.0.0", |
65 |
| - "eslint": "^6.2.2", |
66 |
| - "eslint-plugin-mocha": "^2.2.0", |
67 |
| - "eslint-plugin-require-path-exists": "^1.1.5", |
68 |
| - "istanbul": "^0.4.5", |
69 |
| - "karma": "^1.1.0", |
70 |
| - "karma-browserify": "^5.0.4", |
71 |
| - "karma-chrome-launcher": "^1.0.1", |
72 |
| - "karma-coverage": "^1.0.0", |
73 |
| - "karma-junit-reporter": "^1.0.0", |
74 |
| - "karma-mocha": "1.0.1", |
75 |
| - "karma-phantomjs-launcher": "^1.0.0", |
76 |
| - "karma-sauce-launcher": "^1.0.0", |
77 |
| - "karma-spec-reporter": "0.0.26", |
78 |
| - "lodash": "^4.15.0", |
79 |
| - "matcha": "^0.7.0", |
80 |
| - "mkdirp": "^0.5.1", |
81 |
| - "mocha": "~1.12.1", |
82 |
| - "sinon": "^1.17.5" |
83 |
| - }, |
84 |
| - "directories": {}, |
85 |
| - "dist": { |
86 |
| - "shasum": "5c9afbdf12242ab499d8bd2fbfeeb1433c441fae", |
87 |
| - "tarball": "https://registry.npmjs.org/react-segment/-/react-segment-0.1.7.tgz" |
| 5 | + "main": "index.js", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/anishmprasad/react-segment.git" |
88 | 9 | },
|
89 |
| - "gitHead": "e037c5e7e6b3c84a55d1e13e7cd64e81ebf6e3b0", |
90 |
| - "homepage": "https://github.com/anishmprasad/react-segment#readme", |
91 | 10 | "keywords": [
|
92 | 11 | "react-component",
|
93 | 12 | "react",
|
94 | 13 | "segmentio"
|
95 | 14 | ],
|
| 15 | + "author": "Anish M Prasad", |
96 | 16 | "license": "MIT",
|
97 |
| - "main": "lib/index.js", |
98 |
| - "maintainers": [ |
99 |
| - { |
100 |
| - "name": "anish", |
101 |
| - "email": "anish.m.prasad@gmail.com" |
102 |
| - } |
103 |
| - ], |
104 |
| - "name": "react-segment", |
105 |
| - "optionalDependencies": {}, |
106 |
| - "peerDependencies": { |
107 |
| - "react": "^16.0.0" |
108 |
| - }, |
109 |
| - "readme": "ERROR: No README data found!", |
110 |
| - "repository": { |
111 |
| - "type": "git", |
112 |
| - "url": "git+https://github.com/anishmprasad/react-segment.git" |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/anishmprasad/react-segment/issues" |
113 | 19 | },
|
114 |
| - "scripts": {}, |
115 |
| - "version": "0.1.7" |
| 20 | + "homepage": "https://github.com/anishmprasad/react-segment#readme" |
116 | 21 | }
|
0 commit comments