123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "remove-trailing-separator@1.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "remove-trailing-separator@1.1.0",
- "_id": "remove-trailing-separator@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
- "_location": "/remove-trailing-separator",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "remove-trailing-separator@1.1.0",
- "name": "remove-trailing-separator",
- "escapedName": "remove-trailing-separator",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/anymatch/normalize-path",
- "/jest-config/normalize-path",
- "/jest-haste-map/normalize-path",
- "/jest-message-util/normalize-path",
- "/jest-runtime/normalize-path",
- "/jest/normalize-path",
- "/test-exclude/normalize-path"
- ],
- "_resolved": "https://registry.npm.taobao.org/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "darsain"
- },
- "bugs": {
- "url": "https://github.com/darsain/remove-trailing-separator/issues"
- },
- "description": "Removes separators from the end of the string.",
- "devDependencies": {
- "ava": "^0.16.0",
- "coveralls": "^2.11.14",
- "nyc": "^8.3.0",
- "xo": "^0.16.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
- "keywords": [
- "remove",
- "strip",
- "trailing",
- "separator"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "remove-trailing-separator",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/darsain/remove-trailing-separator.git"
- },
- "scripts": {
- "lint": "xo",
- "pretest": "npm run lint",
- "report": "nyc report --reporter=html",
- "test": "nyc ava"
- },
- "version": "1.1.0"
- }
|