mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05:00
initial commit
This commit is contained in:
103
node_modules/string-length/package.json
generated
vendored
Normal file
103
node_modules/string-length/package.json
generated
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "string-length@^1.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "string-length",
|
||||
"name": "string-length",
|
||||
"rawSpec": "^1.0.0",
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\update-notifier"
|
||||
]
|
||||
],
|
||||
"_from": "string-length@>=1.0.0 <2.0.0",
|
||||
"_id": "string-length@1.0.1",
|
||||
"_inCache": true,
|
||||
"_location": "/string-length",
|
||||
"_nodeVersion": "0.12.5",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.11.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "string-length@^1.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "string-length",
|
||||
"name": "string-length",
|
||||
"rawSpec": "^1.0.0",
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz",
|
||||
"_shasum": "56970fb1c38558e9e70b728bf3de269ac45adfac",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "string-length@^1.0.0",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\update-notifier",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/string-length/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"strip-ansi": "^3.0.0"
|
||||
},
|
||||
"description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "56970fb1c38558e9e70b728bf3de269ac45adfac",
|
||||
"tarball": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "18c47a338a5f7b8df45566579ff588ba7a82ac6e",
|
||||
"homepage": "https://github.com/sindresorhus/string-length",
|
||||
"keywords": [
|
||||
"unicode",
|
||||
"string",
|
||||
"str",
|
||||
"length",
|
||||
"astral",
|
||||
"symbol",
|
||||
"surrogates",
|
||||
"codepoints",
|
||||
"ansi",
|
||||
"escape",
|
||||
"codes"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "string-length",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/string-length.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user