canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
80 lines (79 loc) • 2.77 kB
JSON
{
"_args": [
[
"code-point-at@https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "code-point-at@>=1.0.0 <2.0.0",
"_id": "code-point-at@1.0.0",
"_inCache": true,
"_location": "/code-point-at",
"_phantomChildren": {},
"_requested": {
"name": "code-point-at",
"raw": "code-point-at@https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/readline2",
"/string-width"
],
"_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz",
"_shasum": "f69b192d3f7d91e382e4b71bddb77878619ab0c6",
"_shrinkwrap": null,
"_spec": "code-point-at@https://registry.npmjs.org/code-point-at/-/code-point-at-1.0.0.tgz",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/code-point-at/issues"
},
"dependencies": {
"number-is-nan": "^1.0.0"
},
"description": "ES2015 String#codePointAt() ponyfill",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/code-point-at#readme",
"keywords": [
"at",
"code",
"codepoint",
"es2015",
"es6",
"point",
"polyfill",
"ponyfill",
"shim",
"str",
"string",
"unicode"
],
"license": "MIT",
"name": "code-point-at",
"optionalDependencies": {},
"readme": "# code-point-at [](https://travis-ci.org/sindresorhus/code-point-at)\n\n> ES2015 [`String#codePointAt()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/codePointAt) ponyfill\n\n> Ponyfill: A polyfill that doesn't overwrite the native method\n\n\n## Install\n\n```\n$ npm install --save code-point-at\n```\n\n\n## Usage\n\n```js\nvar codePointAt = require('code-point-at');\n\ncodePointAt('🐴');\n//=> 128052\n\ncodePointAt('abc', 2);\n//=> 99\n```\n\n## API\n\n### codePointAt(input, [position])\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/code-point-at.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}