Initial commit
[yaffs-website] / node_modules / code-point-at / package.json
1 {
2   "_args": [
3     [
4       "code-point-at@^1.0.0",
5       "/var/www/yaffs/node_modules/string-width"
6     ]
7   ],
8   "_from": "code-point-at@>=1.0.0 <2.0.0",
9   "_id": "code-point-at@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/code-point-at",
13   "_nodeVersion": "4.6.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/code-point-at-1.1.0.tgz_1478169780337_0.8445875702891499"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "code-point-at",
26     "raw": "code-point-at@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/string-width"
34   ],
35   "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
36   "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
37   "_shrinkwrap": null,
38   "_spec": "code-point-at@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/string-width",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/code-point-at/issues"
47   },
48   "dependencies": {},
49   "description": "ES2015 `String#codePointAt()` ponyfill",
50   "devDependencies": {
51     "ava": "*",
52     "xo": "^0.16.0"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
57     "tarball": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "f8f21c8df2d40248fef1b36ca9076e59c0c34791",
66   "homepage": "https://github.com/sindresorhus/code-point-at#readme",
67   "keywords": [
68     "at",
69     "code",
70     "codepoint",
71     "es2015",
72     "point",
73     "polyfill",
74     "ponyfill",
75     "shim",
76     "str",
77     "string",
78     "unicode"
79   ],
80   "license": "MIT",
81   "maintainers": [
82     {
83       "name": "sindresorhus",
84       "email": "sindresorhus@gmail.com"
85     }
86   ],
87   "name": "code-point-at",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/sindresorhus/code-point-at.git"
93   },
94   "scripts": {
95     "test": "xo && ava"
96   },
97   "version": "1.1.0"
98 }